home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
FreeSoftware
/
MicrosoftXP
/
personal_main.swf
/
scripts
/
DefineButton2_629
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2001-03-22
|
525b
|
24 lines
on(release){
setProperty("/control", _X, - Number(752));
tellTarget("/section_title")
{
gotoAndStop("show_access");
play();
tellTarget("/question_space")
{
gotoAndStop("show_access");
play();
tellTarget("/subnav_grid")
{
gotoAndStop("show_access");
play();
tellTarget("/prev_next")
{
gotoAndStop("access");
play();
}
}
}
}
}